3.531 \(\int \frac{(a+b x^3)^{3/2} (A+B x^3)}{\sqrt{e x}} \, dx\)

Optimal. Leaf size=324 \[ \frac{9\ 3^{3/4} a^{5/3} \sqrt{e x} \left (\sqrt [3]{a}+\sqrt [3]{b} x\right ) \sqrt{\frac{a^{2/3}-\sqrt [3]{a} \sqrt [3]{b} x+b^{2/3} x^2}{\left (\sqrt [3]{a}+\left (1+\sqrt{3}\right ) \sqrt [3]{b} x\right )^2}} (16 A b-a B) \text{EllipticF}\left (\cos ^{-1}\left (\frac{\sqrt [3]{a}+\left (1-\sqrt{3}\right ) \sqrt [3]{b} x}{\sqrt [3]{a}+\left (1+\sqrt{3}\right ) \sqrt [3]{b} x}\right ),\frac{1}{4} \left (2+\sqrt{3}\right )\right )}{640 b e \sqrt{\frac{\sqrt [3]{b} x \left (\sqrt [3]{a}+\sqrt [3]{b} x\right )}{\left (\sqrt [3]{a}+\left (1+\sqrt{3}\right ) \sqrt [3]{b} x\right )^2}} \sqrt{a+b x^3}}+\frac{\sqrt{e x} \left (a+b x^3\right )^{3/2} (16 A b-a B)}{80 b e}+\frac{9 a \sqrt{e x} \sqrt{a+b x^3} (16 A b-a B)}{320 b e}+\frac{B \sqrt{e x} \left (a+b x^3\right )^{5/2}}{8 b e} \]

[Out]

(9*a*(16*A*b - a*B)*Sqrt[e*x]*Sqrt[a + b*x^3])/(320*b*e) + ((16*A*b - a*B)*Sqrt[e*x]*(a + b*x^3)^(3/2))/(80*b*
e) + (B*Sqrt[e*x]*(a + b*x^3)^(5/2))/(8*b*e) + (9*3^(3/4)*a^(5/3)*(16*A*b - a*B)*Sqrt[e*x]*(a^(1/3) + b^(1/3)*
x)*Sqrt[(a^(2/3) - a^(1/3)*b^(1/3)*x + b^(2/3)*x^2)/(a^(1/3) + (1 + Sqrt[3])*b^(1/3)*x)^2]*EllipticF[ArcCos[(a
^(1/3) + (1 - Sqrt[3])*b^(1/3)*x)/(a^(1/3) + (1 + Sqrt[3])*b^(1/3)*x)], (2 + Sqrt[3])/4])/(640*b*e*Sqrt[(b^(1/
3)*x*(a^(1/3) + b^(1/3)*x))/(a^(1/3) + (1 + Sqrt[3])*b^(1/3)*x)^2]*Sqrt[a + b*x^3])

________________________________________________________________________________________

Rubi [A]  time = 0.25567, antiderivative size = 324, normalized size of antiderivative = 1., number of steps used = 5, number of rules used = 4, integrand size = 26, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.154, Rules used = {459, 279, 329, 225} \[ \frac{9\ 3^{3/4} a^{5/3} \sqrt{e x} \left (\sqrt [3]{a}+\sqrt [3]{b} x\right ) \sqrt{\frac{a^{2/3}-\sqrt [3]{a} \sqrt [3]{b} x+b^{2/3} x^2}{\left (\sqrt [3]{a}+\left (1+\sqrt{3}\right ) \sqrt [3]{b} x\right )^2}} (16 A b-a B) F\left (\cos ^{-1}\left (\frac{\left (1-\sqrt{3}\right ) \sqrt [3]{b} x+\sqrt [3]{a}}{\left (1+\sqrt{3}\right ) \sqrt [3]{b} x+\sqrt [3]{a}}\right )|\frac{1}{4} \left (2+\sqrt{3}\right )\right )}{640 b e \sqrt{\frac{\sqrt [3]{b} x \left (\sqrt [3]{a}+\sqrt [3]{b} x\right )}{\left (\sqrt [3]{a}+\left (1+\sqrt{3}\right ) \sqrt [3]{b} x\right )^2}} \sqrt{a+b x^3}}+\frac{\sqrt{e x} \left (a+b x^3\right )^{3/2} (16 A b-a B)}{80 b e}+\frac{9 a \sqrt{e x} \sqrt{a+b x^3} (16 A b-a B)}{320 b e}+\frac{B \sqrt{e x} \left (a+b x^3\right )^{5/2}}{8 b e} \]

Antiderivative was successfully verified.

[In]

Int[((a + b*x^3)^(3/2)*(A + B*x^3))/Sqrt[e*x],x]

[Out]

(9*a*(16*A*b - a*B)*Sqrt[e*x]*Sqrt[a + b*x^3])/(320*b*e) + ((16*A*b - a*B)*Sqrt[e*x]*(a + b*x^3)^(3/2))/(80*b*
e) + (B*Sqrt[e*x]*(a + b*x^3)^(5/2))/(8*b*e) + (9*3^(3/4)*a^(5/3)*(16*A*b - a*B)*Sqrt[e*x]*(a^(1/3) + b^(1/3)*
x)*Sqrt[(a^(2/3) - a^(1/3)*b^(1/3)*x + b^(2/3)*x^2)/(a^(1/3) + (1 + Sqrt[3])*b^(1/3)*x)^2]*EllipticF[ArcCos[(a
^(1/3) + (1 - Sqrt[3])*b^(1/3)*x)/(a^(1/3) + (1 + Sqrt[3])*b^(1/3)*x)], (2 + Sqrt[3])/4])/(640*b*e*Sqrt[(b^(1/
3)*x*(a^(1/3) + b^(1/3)*x))/(a^(1/3) + (1 + Sqrt[3])*b^(1/3)*x)^2]*Sqrt[a + b*x^3])

Rule 459

Int[((e_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_)), x_Symbol] :> Simp[(d*(e*x)^(m
+ 1)*(a + b*x^n)^(p + 1))/(b*e*(m + n*(p + 1) + 1)), x] - Dist[(a*d*(m + 1) - b*c*(m + n*(p + 1) + 1))/(b*(m +
 n*(p + 1) + 1)), Int[(e*x)^m*(a + b*x^n)^p, x], x] /; FreeQ[{a, b, c, d, e, m, n, p}, x] && NeQ[b*c - a*d, 0]
 && NeQ[m + n*(p + 1) + 1, 0]

Rule 279

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[((c*x)^(m + 1)*(a + b*x^n)^p)/(c*(m +
n*p + 1)), x] + Dist[(a*n*p)/(m + n*p + 1), Int[(c*x)^m*(a + b*x^n)^(p - 1), x], x] /; FreeQ[{a, b, c, m}, x]
&& IGtQ[n, 0] && GtQ[p, 0] && NeQ[m + n*p + 1, 0] && IntBinomialQ[a, b, c, n, m, p, x]

Rule 329

Int[((c_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> With[{k = Denominator[m]}, Dist[k/c, Subst[I
nt[x^(k*(m + 1) - 1)*(a + (b*x^(k*n))/c^n)^p, x], x, (c*x)^(1/k)], x]] /; FreeQ[{a, b, c, p}, x] && IGtQ[n, 0]
 && FractionQ[m] && IntBinomialQ[a, b, c, n, m, p, x]

Rule 225

Int[1/Sqrt[(a_) + (b_.)*(x_)^6], x_Symbol] :> With[{r = Numer[Rt[b/a, 3]], s = Denom[Rt[b/a, 3]]}, Simp[(x*(s
+ r*x^2)*Sqrt[(s^2 - r*s*x^2 + r^2*x^4)/(s + (1 + Sqrt[3])*r*x^2)^2]*EllipticF[ArcCos[(s + (1 - Sqrt[3])*r*x^2
)/(s + (1 + Sqrt[3])*r*x^2)], (2 + Sqrt[3])/4])/(2*3^(1/4)*s*Sqrt[a + b*x^6]*Sqrt[(r*x^2*(s + r*x^2))/(s + (1
+ Sqrt[3])*r*x^2)^2]), x]] /; FreeQ[{a, b}, x]

Rubi steps

\begin{align*} \int \frac{\left (a+b x^3\right )^{3/2} \left (A+B x^3\right )}{\sqrt{e x}} \, dx &=\frac{B \sqrt{e x} \left (a+b x^3\right )^{5/2}}{8 b e}-\frac{\left (-8 A b+\frac{a B}{2}\right ) \int \frac{\left (a+b x^3\right )^{3/2}}{\sqrt{e x}} \, dx}{8 b}\\ &=\frac{(16 A b-a B) \sqrt{e x} \left (a+b x^3\right )^{3/2}}{80 b e}+\frac{B \sqrt{e x} \left (a+b x^3\right )^{5/2}}{8 b e}+\frac{(9 a (16 A b-a B)) \int \frac{\sqrt{a+b x^3}}{\sqrt{e x}} \, dx}{160 b}\\ &=\frac{9 a (16 A b-a B) \sqrt{e x} \sqrt{a+b x^3}}{320 b e}+\frac{(16 A b-a B) \sqrt{e x} \left (a+b x^3\right )^{3/2}}{80 b e}+\frac{B \sqrt{e x} \left (a+b x^3\right )^{5/2}}{8 b e}+\frac{\left (27 a^2 (16 A b-a B)\right ) \int \frac{1}{\sqrt{e x} \sqrt{a+b x^3}} \, dx}{640 b}\\ &=\frac{9 a (16 A b-a B) \sqrt{e x} \sqrt{a+b x^3}}{320 b e}+\frac{(16 A b-a B) \sqrt{e x} \left (a+b x^3\right )^{3/2}}{80 b e}+\frac{B \sqrt{e x} \left (a+b x^3\right )^{5/2}}{8 b e}+\frac{\left (27 a^2 (16 A b-a B)\right ) \operatorname{Subst}\left (\int \frac{1}{\sqrt{a+\frac{b x^6}{e^3}}} \, dx,x,\sqrt{e x}\right )}{320 b e}\\ &=\frac{9 a (16 A b-a B) \sqrt{e x} \sqrt{a+b x^3}}{320 b e}+\frac{(16 A b-a B) \sqrt{e x} \left (a+b x^3\right )^{3/2}}{80 b e}+\frac{B \sqrt{e x} \left (a+b x^3\right )^{5/2}}{8 b e}+\frac{9\ 3^{3/4} a^{5/3} (16 A b-a B) \sqrt{e x} \left (\sqrt [3]{a}+\sqrt [3]{b} x\right ) \sqrt{\frac{a^{2/3}-\sqrt [3]{a} \sqrt [3]{b} x+b^{2/3} x^2}{\left (\sqrt [3]{a}+\left (1+\sqrt{3}\right ) \sqrt [3]{b} x\right )^2}} F\left (\cos ^{-1}\left (\frac{\sqrt [3]{a}+\left (1-\sqrt{3}\right ) \sqrt [3]{b} x}{\sqrt [3]{a}+\left (1+\sqrt{3}\right ) \sqrt [3]{b} x}\right )|\frac{1}{4} \left (2+\sqrt{3}\right )\right )}{640 b e \sqrt{\frac{\sqrt [3]{b} x \left (\sqrt [3]{a}+\sqrt [3]{b} x\right )}{\left (\sqrt [3]{a}+\left (1+\sqrt{3}\right ) \sqrt [3]{b} x\right )^2}} \sqrt{a+b x^3}}\\ \end{align*}

Mathematica [C]  time = 0.0713055, size = 96, normalized size = 0.3 \[ \frac{x \sqrt{a+b x^3} \left (a (16 A b-a B) \, _2F_1\left (-\frac{3}{2},\frac{1}{6};\frac{7}{6};-\frac{b x^3}{a}\right )+B \sqrt{\frac{b x^3}{a}+1} \left (a+b x^3\right )^2\right )}{8 b \sqrt{e x} \sqrt{\frac{b x^3}{a}+1}} \]

Antiderivative was successfully verified.

[In]

Integrate[((a + b*x^3)^(3/2)*(A + B*x^3))/Sqrt[e*x],x]

[Out]

(x*Sqrt[a + b*x^3]*(B*(a + b*x^3)^2*Sqrt[1 + (b*x^3)/a] + a*(16*A*b - a*B)*Hypergeometric2F1[-3/2, 1/6, 7/6, -
((b*x^3)/a)]))/(8*b*Sqrt[e*x]*Sqrt[1 + (b*x^3)/a])

________________________________________________________________________________________

Maple [C]  time = 0.042, size = 4173, normalized size = 12.9 \begin{align*} \text{output too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x^3+a)^(3/2)*(B*x^3+A)/(e*x)^(1/2),x)

[Out]

-1/320*(b*x^3+a)^(1/2)*x/(-a*b^2)^(1/3)/b^2*(-208*I*A*(1/b^2*e*x*(-b*x+(-a*b^2)^(1/3))*(I*3^(1/2)*(-a*b^2)^(1/
3)+2*b*x+(-a*b^2)^(1/3))*(I*3^(1/2)*(-a*b^2)^(1/3)-2*b*x-(-a*b^2)^(1/3)))^(1/2)*(-a*b^2)^(1/3)*3^(1/2)*((b*x^3
+a)*e*x)^(1/2)*a*b^2-40*I*B*(1/b^2*e*x*(-b*x+(-a*b^2)^(1/3))*(I*3^(1/2)*(-a*b^2)^(1/3)+2*b*x+(-a*b^2)^(1/3))*(
I*3^(1/2)*(-a*b^2)^(1/3)-2*b*x-(-a*b^2)^(1/3)))^(1/2)*(-a*b^2)^(1/3)*3^(1/2)*((b*x^3+a)*e*x)^(1/2)*x^6*b^3-76*
I*B*(1/b^2*e*x*(-b*x+(-a*b^2)^(1/3))*(I*3^(1/2)*(-a*b^2)^(1/3)+2*b*x+(-a*b^2)^(1/3))*(I*3^(1/2)*(-a*b^2)^(1/3)
-2*b*x-(-a*b^2)^(1/3)))^(1/2)*(-a*b^2)^(1/3)*3^(1/2)*((b*x^3+a)*e*x)^(1/2)*x^3*a*b^2+864*I*A*(-(I*3^(1/2)-3)*x
*b/(-1+I*3^(1/2))/(-b*x+(-a*b^2)^(1/3)))^(1/2)*((I*3^(1/2)*(-a*b^2)^(1/3)+2*b*x+(-a*b^2)^(1/3))/(I*3^(1/2)+1)/
(-b*x+(-a*b^2)^(1/3)))^(1/2)*((I*3^(1/2)*(-a*b^2)^(1/3)-2*b*x-(-a*b^2)^(1/3))/(-1+I*3^(1/2))/(-b*x+(-a*b^2)^(1
/3)))^(1/2)*EllipticF((-(I*3^(1/2)-3)*x*b/(-1+I*3^(1/2))/(-b*x+(-a*b^2)^(1/3)))^(1/2),((I*3^(1/2)+3)*(-1+I*3^(
1/2))/(I*3^(1/2)+1)/(I*3^(1/2)-3))^(1/2))*(-a*b^2)^(2/3)*3^(1/2)*a^2*b*e-54*I*B*(-(I*3^(1/2)-3)*x*b/(-1+I*3^(1
/2))/(-b*x+(-a*b^2)^(1/3)))^(1/2)*((I*3^(1/2)*(-a*b^2)^(1/3)+2*b*x+(-a*b^2)^(1/3))/(I*3^(1/2)+1)/(-b*x+(-a*b^2
)^(1/3)))^(1/2)*((I*3^(1/2)*(-a*b^2)^(1/3)-2*b*x-(-a*b^2)^(1/3))/(-1+I*3^(1/2))/(-b*x+(-a*b^2)^(1/3)))^(1/2)*E
llipticF((-(I*3^(1/2)-3)*x*b/(-1+I*3^(1/2))/(-b*x+(-a*b^2)^(1/3)))^(1/2),((I*3^(1/2)+3)*(-1+I*3^(1/2))/(I*3^(1
/2)+1)/(I*3^(1/2)-3))^(1/2))*3^(1/2)*x^2*a^3*b^2*e+108*I*B*(-(I*3^(1/2)-3)*x*b/(-1+I*3^(1/2))/(-b*x+(-a*b^2)^(
1/3)))^(1/2)*((I*3^(1/2)*(-a*b^2)^(1/3)+2*b*x+(-a*b^2)^(1/3))/(I*3^(1/2)+1)/(-b*x+(-a*b^2)^(1/3)))^(1/2)*((I*3
^(1/2)*(-a*b^2)^(1/3)-2*b*x-(-a*b^2)^(1/3))/(-1+I*3^(1/2))/(-b*x+(-a*b^2)^(1/3)))^(1/2)*EllipticF((-(I*3^(1/2)
-3)*x*b/(-1+I*3^(1/2))/(-b*x+(-a*b^2)^(1/3)))^(1/2),((I*3^(1/2)+3)*(-1+I*3^(1/2))/(I*3^(1/2)+1)/(I*3^(1/2)-3))
^(1/2))*(-a*b^2)^(1/3)*3^(1/2)*x*a^3*b*e-864*A*(-(I*3^(1/2)-3)*x*b/(-1+I*3^(1/2))/(-b*x+(-a*b^2)^(1/3)))^(1/2)
*((I*3^(1/2)*(-a*b^2)^(1/3)+2*b*x+(-a*b^2)^(1/3))/(I*3^(1/2)+1)/(-b*x+(-a*b^2)^(1/3)))^(1/2)*((I*3^(1/2)*(-a*b
^2)^(1/3)-2*b*x-(-a*b^2)^(1/3))/(-1+I*3^(1/2))/(-b*x+(-a*b^2)^(1/3)))^(1/2)*EllipticF((-(I*3^(1/2)-3)*x*b/(-1+
I*3^(1/2))/(-b*x+(-a*b^2)^(1/3)))^(1/2),((I*3^(1/2)+3)*(-1+I*3^(1/2))/(I*3^(1/2)+1)/(I*3^(1/2)-3))^(1/2))*x^2*
a^2*b^3*e-1728*I*A*(-(I*3^(1/2)-3)*x*b/(-1+I*3^(1/2))/(-b*x+(-a*b^2)^(1/3)))^(1/2)*((I*3^(1/2)*(-a*b^2)^(1/3)+
2*b*x+(-a*b^2)^(1/3))/(I*3^(1/2)+1)/(-b*x+(-a*b^2)^(1/3)))^(1/2)*((I*3^(1/2)*(-a*b^2)^(1/3)-2*b*x-(-a*b^2)^(1/
3))/(-1+I*3^(1/2))/(-b*x+(-a*b^2)^(1/3)))^(1/2)*EllipticF((-(I*3^(1/2)-3)*x*b/(-1+I*3^(1/2))/(-b*x+(-a*b^2)^(1
/3)))^(1/2),((I*3^(1/2)+3)*(-1+I*3^(1/2))/(I*3^(1/2)+1)/(I*3^(1/2)-3))^(1/2))*(-a*b^2)^(1/3)*3^(1/2)*x*a^2*b^2
*e+54*B*(-(I*3^(1/2)-3)*x*b/(-1+I*3^(1/2))/(-b*x+(-a*b^2)^(1/3)))^(1/2)*((I*3^(1/2)*(-a*b^2)^(1/3)+2*b*x+(-a*b
^2)^(1/3))/(I*3^(1/2)+1)/(-b*x+(-a*b^2)^(1/3)))^(1/2)*((I*3^(1/2)*(-a*b^2)^(1/3)-2*b*x-(-a*b^2)^(1/3))/(-1+I*3
^(1/2))/(-b*x+(-a*b^2)^(1/3)))^(1/2)*EllipticF((-(I*3^(1/2)-3)*x*b/(-1+I*3^(1/2))/(-b*x+(-a*b^2)^(1/3)))^(1/2)
,((I*3^(1/2)+3)*(-1+I*3^(1/2))/(I*3^(1/2)+1)/(I*3^(1/2)-3))^(1/2))*x^2*a^3*b^2*e+120*B*(1/b^2*e*x*(-b*x+(-a*b^
2)^(1/3))*(I*3^(1/2)*(-a*b^2)^(1/3)+2*b*x+(-a*b^2)^(1/3))*(I*3^(1/2)*(-a*b^2)^(1/3)-2*b*x-(-a*b^2)^(1/3)))^(1/
2)*(-a*b^2)^(1/3)*((b*x^3+a)*e*x)^(1/2)*x^6*b^3+1728*A*(-a*b^2)^(1/3)*(-(I*3^(1/2)-3)*x*b/(-1+I*3^(1/2))/(-b*x
+(-a*b^2)^(1/3)))^(1/2)*((I*3^(1/2)*(-a*b^2)^(1/3)+2*b*x+(-a*b^2)^(1/3))/(I*3^(1/2)+1)/(-b*x+(-a*b^2)^(1/3)))^
(1/2)*((I*3^(1/2)*(-a*b^2)^(1/3)-2*b*x-(-a*b^2)^(1/3))/(-1+I*3^(1/2))/(-b*x+(-a*b^2)^(1/3)))^(1/2)*EllipticF((
-(I*3^(1/2)-3)*x*b/(-1+I*3^(1/2))/(-b*x+(-a*b^2)^(1/3)))^(1/2),((I*3^(1/2)+3)*(-1+I*3^(1/2))/(I*3^(1/2)+1)/(I*
3^(1/2)-3))^(1/2))*x*a^2*b^2*e-64*I*A*(1/b^2*e*x*(-b*x+(-a*b^2)^(1/3))*(I*3^(1/2)*(-a*b^2)^(1/3)+2*b*x+(-a*b^2
)^(1/3))*(I*3^(1/2)*(-a*b^2)^(1/3)-2*b*x-(-a*b^2)^(1/3)))^(1/2)*(-a*b^2)^(1/3)*3^(1/2)*((b*x^3+a)*e*x)^(1/2)*x
^3*b^3-108*B*(-a*b^2)^(1/3)*(-(I*3^(1/2)-3)*x*b/(-1+I*3^(1/2))/(-b*x+(-a*b^2)^(1/3)))^(1/2)*((I*3^(1/2)*(-a*b^
2)^(1/3)+2*b*x+(-a*b^2)^(1/3))/(I*3^(1/2)+1)/(-b*x+(-a*b^2)^(1/3)))^(1/2)*((I*3^(1/2)*(-a*b^2)^(1/3)-2*b*x-(-a
*b^2)^(1/3))/(-1+I*3^(1/2))/(-b*x+(-a*b^2)^(1/3)))^(1/2)*EllipticF((-(I*3^(1/2)-3)*x*b/(-1+I*3^(1/2))/(-b*x+(-
a*b^2)^(1/3)))^(1/2),((I*3^(1/2)+3)*(-1+I*3^(1/2))/(I*3^(1/2)+1)/(I*3^(1/2)-3))^(1/2))*x*a^3*b*e-27*I*B*(1/b^2
*e*x*(-b*x+(-a*b^2)^(1/3))*(I*3^(1/2)*(-a*b^2)^(1/3)+2*b*x+(-a*b^2)^(1/3))*(I*3^(1/2)*(-a*b^2)^(1/3)-2*b*x-(-a
*b^2)^(1/3)))^(1/2)*(-a*b^2)^(1/3)*3^(1/2)*((b*x^3+a)*e*x)^(1/2)*a^2*b-864*A*(-a*b^2)^(2/3)*(-(I*3^(1/2)-3)*x*
b/(-1+I*3^(1/2))/(-b*x+(-a*b^2)^(1/3)))^(1/2)*((I*3^(1/2)*(-a*b^2)^(1/3)+2*b*x+(-a*b^2)^(1/3))/(I*3^(1/2)+1)/(
-b*x+(-a*b^2)^(1/3)))^(1/2)*((I*3^(1/2)*(-a*b^2)^(1/3)-2*b*x-(-a*b^2)^(1/3))/(-1+I*3^(1/2))/(-b*x+(-a*b^2)^(1/
3)))^(1/2)*EllipticF((-(I*3^(1/2)-3)*x*b/(-1+I*3^(1/2))/(-b*x+(-a*b^2)^(1/3)))^(1/2),((I*3^(1/2)+3)*(-1+I*3^(1
/2))/(I*3^(1/2)+1)/(I*3^(1/2)-3))^(1/2))*a^2*b*e+54*B*(-a*b^2)^(2/3)*(-(I*3^(1/2)-3)*x*b/(-1+I*3^(1/2))/(-b*x+
(-a*b^2)^(1/3)))^(1/2)*((I*3^(1/2)*(-a*b^2)^(1/3)+2*b*x+(-a*b^2)^(1/3))/(I*3^(1/2)+1)/(-b*x+(-a*b^2)^(1/3)))^(
1/2)*((I*3^(1/2)*(-a*b^2)^(1/3)-2*b*x-(-a*b^2)^(1/3))/(-1+I*3^(1/2))/(-b*x+(-a*b^2)^(1/3)))^(1/2)*EllipticF((-
(I*3^(1/2)-3)*x*b/(-1+I*3^(1/2))/(-b*x+(-a*b^2)^(1/3)))^(1/2),((I*3^(1/2)+3)*(-1+I*3^(1/2))/(I*3^(1/2)+1)/(I*3
^(1/2)-3))^(1/2))*a^3*e+192*A*(1/b^2*e*x*(-b*x+(-a*b^2)^(1/3))*(I*3^(1/2)*(-a*b^2)^(1/3)+2*b*x+(-a*b^2)^(1/3))
*(I*3^(1/2)*(-a*b^2)^(1/3)-2*b*x-(-a*b^2)^(1/3)))^(1/2)*(-a*b^2)^(1/3)*((b*x^3+a)*e*x)^(1/2)*x^3*b^3+228*B*(1/
b^2*e*x*(-b*x+(-a*b^2)^(1/3))*(I*3^(1/2)*(-a*b^2)^(1/3)+2*b*x+(-a*b^2)^(1/3))*(I*3^(1/2)*(-a*b^2)^(1/3)-2*b*x-
(-a*b^2)^(1/3)))^(1/2)*(-a*b^2)^(1/3)*((b*x^3+a)*e*x)^(1/2)*x^3*a*b^2-54*I*B*(-(I*3^(1/2)-3)*x*b/(-1+I*3^(1/2)
)/(-b*x+(-a*b^2)^(1/3)))^(1/2)*((I*3^(1/2)*(-a*b^2)^(1/3)+2*b*x+(-a*b^2)^(1/3))/(I*3^(1/2)+1)/(-b*x+(-a*b^2)^(
1/3)))^(1/2)*((I*3^(1/2)*(-a*b^2)^(1/3)-2*b*x-(-a*b^2)^(1/3))/(-1+I*3^(1/2))/(-b*x+(-a*b^2)^(1/3)))^(1/2)*Elli
pticF((-(I*3^(1/2)-3)*x*b/(-1+I*3^(1/2))/(-b*x+(-a*b^2)^(1/3)))^(1/2),((I*3^(1/2)+3)*(-1+I*3^(1/2))/(I*3^(1/2)
+1)/(I*3^(1/2)-3))^(1/2))*(-a*b^2)^(2/3)*3^(1/2)*a^3*e+864*I*A*(-(I*3^(1/2)-3)*x*b/(-1+I*3^(1/2))/(-b*x+(-a*b^
2)^(1/3)))^(1/2)*((I*3^(1/2)*(-a*b^2)^(1/3)+2*b*x+(-a*b^2)^(1/3))/(I*3^(1/2)+1)/(-b*x+(-a*b^2)^(1/3)))^(1/2)*(
(I*3^(1/2)*(-a*b^2)^(1/3)-2*b*x-(-a*b^2)^(1/3))/(-1+I*3^(1/2))/(-b*x+(-a*b^2)^(1/3)))^(1/2)*EllipticF((-(I*3^(
1/2)-3)*x*b/(-1+I*3^(1/2))/(-b*x+(-a*b^2)^(1/3)))^(1/2),((I*3^(1/2)+3)*(-1+I*3^(1/2))/(I*3^(1/2)+1)/(I*3^(1/2)
-3))^(1/2))*3^(1/2)*x^2*a^2*b^3*e+624*A*(1/b^2*e*x*(-b*x+(-a*b^2)^(1/3))*(I*3^(1/2)*(-a*b^2)^(1/3)+2*b*x+(-a*b
^2)^(1/3))*(I*3^(1/2)*(-a*b^2)^(1/3)-2*b*x-(-a*b^2)^(1/3)))^(1/2)*(-a*b^2)^(1/3)*((b*x^3+a)*e*x)^(1/2)*a*b^2+8
1*B*(1/b^2*e*x*(-b*x+(-a*b^2)^(1/3))*(I*3^(1/2)*(-a*b^2)^(1/3)+2*b*x+(-a*b^2)^(1/3))*(I*3^(1/2)*(-a*b^2)^(1/3)
-2*b*x-(-a*b^2)^(1/3)))^(1/2)*(-a*b^2)^(1/3)*((b*x^3+a)*e*x)^(1/2)*a^2*b)/(e*x)^(1/2)/((b*x^3+a)*e*x)^(1/2)/(I
*3^(1/2)-3)/(1/b^2*e*x*(-b*x+(-a*b^2)^(1/3))*(I*3^(1/2)*(-a*b^2)^(1/3)+2*b*x+(-a*b^2)^(1/3))*(I*3^(1/2)*(-a*b^
2)^(1/3)-2*b*x-(-a*b^2)^(1/3)))^(1/2)

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{{\left (B x^{3} + A\right )}{\left (b x^{3} + a\right )}^{\frac{3}{2}}}{\sqrt{e x}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^3+a)^(3/2)*(B*x^3+A)/(e*x)^(1/2),x, algorithm="maxima")

[Out]

integrate((B*x^3 + A)*(b*x^3 + a)^(3/2)/sqrt(e*x), x)

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{{\left (B b x^{6} +{\left (B a + A b\right )} x^{3} + A a\right )} \sqrt{b x^{3} + a} \sqrt{e x}}{e x}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^3+a)^(3/2)*(B*x^3+A)/(e*x)^(1/2),x, algorithm="fricas")

[Out]

integral((B*b*x^6 + (B*a + A*b)*x^3 + A*a)*sqrt(b*x^3 + a)*sqrt(e*x)/(e*x), x)

________________________________________________________________________________________

Sympy [C]  time = 25.8476, size = 199, normalized size = 0.61 \begin{align*} \frac{A a^{\frac{3}{2}} \sqrt{x} \Gamma \left (\frac{1}{6}\right ){{}_{2}F_{1}\left (\begin{matrix} - \frac{1}{2}, \frac{1}{6} \\ \frac{7}{6} \end{matrix}\middle |{\frac{b x^{3} e^{i \pi }}{a}} \right )}}{3 \sqrt{e} \Gamma \left (\frac{7}{6}\right )} + \frac{A \sqrt{a} b x^{\frac{7}{2}} \Gamma \left (\frac{7}{6}\right ){{}_{2}F_{1}\left (\begin{matrix} - \frac{1}{2}, \frac{7}{6} \\ \frac{13}{6} \end{matrix}\middle |{\frac{b x^{3} e^{i \pi }}{a}} \right )}}{3 \sqrt{e} \Gamma \left (\frac{13}{6}\right )} + \frac{B a^{\frac{3}{2}} x^{\frac{7}{2}} \Gamma \left (\frac{7}{6}\right ){{}_{2}F_{1}\left (\begin{matrix} - \frac{1}{2}, \frac{7}{6} \\ \frac{13}{6} \end{matrix}\middle |{\frac{b x^{3} e^{i \pi }}{a}} \right )}}{3 \sqrt{e} \Gamma \left (\frac{13}{6}\right )} + \frac{B \sqrt{a} b x^{\frac{13}{2}} \Gamma \left (\frac{13}{6}\right ){{}_{2}F_{1}\left (\begin{matrix} - \frac{1}{2}, \frac{13}{6} \\ \frac{19}{6} \end{matrix}\middle |{\frac{b x^{3} e^{i \pi }}{a}} \right )}}{3 \sqrt{e} \Gamma \left (\frac{19}{6}\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x**3+a)**(3/2)*(B*x**3+A)/(e*x)**(1/2),x)

[Out]

A*a**(3/2)*sqrt(x)*gamma(1/6)*hyper((-1/2, 1/6), (7/6,), b*x**3*exp_polar(I*pi)/a)/(3*sqrt(e)*gamma(7/6)) + A*
sqrt(a)*b*x**(7/2)*gamma(7/6)*hyper((-1/2, 7/6), (13/6,), b*x**3*exp_polar(I*pi)/a)/(3*sqrt(e)*gamma(13/6)) +
B*a**(3/2)*x**(7/2)*gamma(7/6)*hyper((-1/2, 7/6), (13/6,), b*x**3*exp_polar(I*pi)/a)/(3*sqrt(e)*gamma(13/6)) +
 B*sqrt(a)*b*x**(13/2)*gamma(13/6)*hyper((-1/2, 13/6), (19/6,), b*x**3*exp_polar(I*pi)/a)/(3*sqrt(e)*gamma(19/
6))

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{{\left (B x^{3} + A\right )}{\left (b x^{3} + a\right )}^{\frac{3}{2}}}{\sqrt{e x}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^3+a)^(3/2)*(B*x^3+A)/(e*x)^(1/2),x, algorithm="giac")

[Out]

integrate((B*x^3 + A)*(b*x^3 + a)^(3/2)/sqrt(e*x), x)